From 52175860adb49487b0011df2982f4f722fcdf71d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 27 Aug 2012 08:49:01 +0200 Subject: [PATCH] TX48 config: remove CONFIG_OF_CONTROL --- include/configs/tx48.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/include/configs/tx48.h b/include/configs/tx48.h index 143c71077f..6317803166 100644 --- a/include/configs/tx48.h +++ b/include/configs/tx48.h @@ -89,7 +89,6 @@ */ #ifdef CONFIG_OF_LIBFDT /* set via cmdline parameter thru boards.cfg */ #define CONFIG_FDT_FIXUP_PARTITIONS -#define CONFIG_OF_CONTROL #define CONFIG_OF_EMBED #define CONFIG_OF_BOARD_SETUP #define CONFIG_DEFAULT_DEVICE_TREE tx48 @@ -126,9 +125,7 @@ */ #ifdef CONFIG_OF_LIBFDT #define TX48_BOOTM_CMD \ - "bootm_cmd=fdt addr ${fdtcontroladdr};" \ - "fdt board;" \ - "bootm ${loadaddr} - ${fdtaddr}\0" + "bootm_cmd=fdt boardsetup;bootm ${loadaddr} - ${fdtaddr}\0" #else #define TX48_BOOTM_CMD \ "bootm_cmd=bootm\0" @@ -153,7 +150,7 @@ TX48_BOOTM_CMD \ "default_bootargs=set bootargs " CONFIG_BOOTARGS \ " ${mtdparts} video=${video_mode} ${append_bootargs}\0" \ - "fdtcontroladdr=80004000\0" \ + "fdtaddr=80004000\0" \ "mtdids=" MTDIDS_DEFAULT "\0" \ "mtdparts=" MTDPARTS_DEFAULT "\0" \ "touchpanel=tsc2007\0" \ -- 2.39.2