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-02-11 11:29:23 -05:00
2022-04-10 11:21:39 -04:00
2022-04-21 15:18:17 +02:00
2022-04-18 17:53:56 -04:00
2022-04-21 12:44:23 +02:00
2022-03-15 17:43:11 +08:00
2022-04-13 08:00:11 -04:00
2022-01-21 14:01:35 -05:00
2022-01-20 14:46:03 +01:00
2022-03-25 16:42:40 -04:00
2022-04-11 11:39:19 -04:00
2022-04-11 10:00:30 -04:00
2022-04-10 08:44:13 +03:00
2022-04-08 09:05:19 -04:00
2022-02-09 09:16:47 -05:00
2022-01-30 01:25:00 +00:00
2022-01-30 01:25:00 +00:00
2022-01-30 01:25:00 +00:00
2022-01-30 01:25:00 +00:00
2022-01-30 01:25:00 +00:00
2022-01-30 01:25:00 +00:00
2022-04-06 14:03:17 -04:00
2022-02-08 23:07:59 -05:00
2022-04-06 14:01:42 -04:00
2022-04-15 11:26:20 +02:00
2022-03-30 13:02:55 -04:00
2022-03-30 13:02:55 -04:00
2022-04-01 10:28:45 -04:00
2022-04-06 14:01:42 -04:00
2022-02-11 11:29:23 -05:00
2022-04-15 10:43:18 +02:00
2022-04-15 10:43:18 +02:00
2022-01-29 10:23:40 +01:00
2022-02-03 12:16:01 -05:00
2022-03-03 16:51:20 -05:00
2022-04-07 16:50:53 -04:00
2022-03-15 16:19:29 -04:00
2022-04-06 14:01:42 -04:00
2022-03-10 08:28:36 -05:00
2022-03-10 08:28:36 -05:00
2022-04-10 08:44:13 +03:00
2022-01-20 12:40:20 -05:00
2022-02-16 14:19:29 -05:00
2022-04-10 08:44:13 +03:00
2022-04-01 15:03:13 -04:00
2022-03-16 16:40:56 +09:00
2022-04-12 11:19:21 +02:00
2022-04-12 15:36:17 +02:00
2022-02-09 09:16:47 -05:00
2022-04-11 11:39:19 -04:00
2022-04-04 14:53:26 -04:00
2022-04-19 14:52:34 -04:00
2022-02-08 09:41:27 -05:00
2022-04-04 19:02:04 -04:00
2022-02-08 09:41:27 -05:00
2022-04-14 15:39:15 -04:00
2022-03-10 08:28:36 -05:00
2022-04-11 10:00:30 -04:00
2022-04-10 08:44:12 +03:00
2022-01-24 10:35:10 -05:00
2022-04-08 10:46:22 -04:00
2022-03-28 08:22:17 -04:00
2022-03-25 12:01:15 +00:00
2022-03-25 13:35:50 -04:00
2022-03-25 13:35:50 -04:00
2022-04-10 08:44:13 +03:00
2022-04-15 08:10:32 -04:00
2022-04-21 12:44:23 +02:00
2022-02-11 09:00:47 -05:00
2022-02-08 11:00:03 -05:00
2022-03-02 17:42:06 -05:00
2022-03-02 17:42:06 -05:00
2022-02-09 09:16:48 -05:00
2022-03-16 18:10:19 +09:00
2022-01-20 11:35:29 +01:00
2022-04-01 16:56:53 -04:00
2022-04-01 15:03:13 -04:00
2022-04-01 16:56:54 -04:00
2022-02-28 11:59:35 +05:30
2022-04-04 23:24:17 +01:00
2022-04-06 14:03:17 -04:00
2022-01-26 23:23:17 +01:00
2022-04-04 23:24:17 +01:00
2022-04-14 15:39:15 -04:00
2022-02-11 00:03:48 +01:00
2022-03-28 20:17:20 +02:00
2022-04-10 08:44:13 +03:00
2022-04-05 15:13:13 +02:00