cmd: Fix Kconfig coding style
[u-boot.git] / include / configs / sc589.h
blob137c80be8e57932e9ceecb5915277ea51a8bca60
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * (C) Copyright 2024 - Analog Devices, Inc.
4 */
6 #ifndef __CONFIG_SC589_H
7 #define __CONFIG_SC589_H
9 /*
10 * Memory Settings
12 #define MEM_MT41K128M16JT
13 #define MEM_DMC0
14 #define MEM_DMC1
16 #define CFG_SYS_SDRAM_BASE 0xC2000000
17 #define CFG_SYS_SDRAM_SIZE 0xe000000
19 #endif