1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-31 12:47:10 +01:00
Files
u-boot-megous/include/configs
Peng Fan adfaa4284c configs: drop CONFIG_MMCROOT
CONFIG_MMCROOT is only used to set mmcroot, no need a dedicated macro.

Script as below
"
 for i in `ls include/configs/*.h`
 do
 mmcroot=`sed -n '/define.*MMCROOT/ p' $i  | awk -F\" '{ print $2;}'`

 if [ ! -n "$mmcroot" ]; then
 	continue
 fi

 sed -i '/define.*MMCROOT/ d' $i
 sed -i 's,\" CONFIG_MMCROOT \",'$mmcroot',g' $i

 done
"

Reviewed-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2022-04-21 15:18:17 +02:00
..
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-03-28 20:16:56 +02:00
2022-01-21 14:01:34 -05:00
2022-04-01 10:28:47 -04:00
2022-03-18 12:48:17 -04:00
2022-04-01 10:28:46 -04:00
2022-03-25 12:01:15 +00:00
2022-03-18 18:12:03 +08:00
2021-12-27 16:20:18 -05:00
2022-03-25 12:01:15 +00:00
2021-09-04 12:26:02 -04:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-01 10:28:47 -04:00
2022-04-21 15:18:17 +02:00
2022-03-25 12:01:15 +00:00
2022-04-08 10:46:22 -04:00
2021-11-05 11:23:29 -04:00
2022-02-09 09:16:47 -05:00
2022-04-18 11:25:13 +08:00
2021-09-07 16:22:30 -04:00
2021-09-07 16:22:30 -04:00
2022-03-28 20:16:56 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-03-03 16:51:20 -05:00
2022-03-03 16:51:20 -05:00
2022-03-18 12:48:17 -04:00
2021-11-05 11:23:29 -04:00
2021-11-05 11:23:29 -04:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2022-04-21 15:18:17 +02:00
2021-12-27 16:20:18 -05:00
2022-04-01 10:28:46 -04:00
2022-04-01 10:28:46 -04:00
2022-04-08 09:05:20 -04:00
2022-04-01 10:28:47 -04:00
2022-03-03 16:51:19 -05:00
2021-09-07 16:22:30 -04:00
2021-12-27 16:20:18 -05:00
2022-03-18 12:48:17 -04:00
2022-03-25 12:01:15 +00:00
2021-12-05 09:26:26 -07:00
2022-03-25 12:01:15 +00:00
2022-03-28 20:16:56 +02:00
2022-03-03 16:51:20 -05:00
2022-04-21 15:18:17 +02:00