1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright (C) 2017 Amarula Solutions
5 * Configuration settings for Amarula Vyasa RK3288.
11 #define ROCKCHIP_DEVICE_SETTINGS \
12 "stdin=serial,usbkbd\0" \
13 "stdout=serial,vidconsole\0" \
14 "stderr=serial,vidconsole\0"
16 #include <configs/rk3288_common.h>
18 #undef BOOT_TARGET_DEVICES
20 #define BOOT_TARGET_DEVICES(func) \
23 #ifndef CONFIG_TPL_BUILD
25 #define CONFIG_SPL_OS_BOOT
28 #define CONFIG_SPL_FS_LOAD_ARGS_NAME "args"
29 #define CONFIG_SPL_FS_LOAD_KERNEL_NAME "uImage"
30 #define CONFIG_SYS_SPL_ARGS_ADDR 0x0ffe5000
32 /* Falcon Mode - MMC support: args@16MB kernel@17MB */
33 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x8000 /* 16MB */
34 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS (CONFIG_CMD_SPL_WRITE_SIZE / 512)
35 #define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x8800 /* 17MB */