summaryrefslogtreecommitdiff
path: root/include/configs/rk3188_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/rk3188_common.h')
-rw-r--r--include/configs/rk3188_common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h
index fcb274565e..a8cee1e44d 100644
--- a/include/configs/rk3188_common.h
+++ b/include/configs/rk3188_common.h
@@ -21,8 +21,6 @@
"kernel_addr_r=0x62000000\0" \
"ramdisk_addr_r=0x64000000\0"
-#include <config_distro_bootcmd.h>
-
/* Linux fails to load the fdt if it's loaded above 256M on a Rock board,
* so limit the fdt reallocation to that */
#define CFG_EXTRA_ENV_SETTINGS \
@@ -32,6 +30,6 @@
"partitions=" PARTS_DEFAULT \
ENV_MEM_LAYOUT_SETTINGS \
ROCKCHIP_DEVICE_SETTINGS \
- BOOTENV
+ "boot_targets=" BOOT_TARGETS "\0"
#endif