forked from OERV-BSP/u-boot
Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig
This converts the following to Kconfig: CONFIG_SYS_MMC_MAX_DEVICE Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
@@ -28,13 +28,6 @@
|
||||
*/
|
||||
#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
|
||||
|
||||
/*
|
||||
* Common HW configuration.
|
||||
* If this varies between SoCs later, move to tegraNN-common.h
|
||||
* Note: This is number of devices, not max device ID.
|
||||
*/
|
||||
#define CONFIG_SYS_MMC_MAX_DEVICE 4
|
||||
|
||||
#ifdef CONFIG_ARM64
|
||||
#define FDTFILE "nvidia/" CONFIG_DEFAULT_DEVICE_TREE ".dtb"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user