X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx6slevk.h;h=ca8f2f607d9af4631b9c8b31b5ae49d317dcc308;hb=3b7891f1498f77e7df66b7955accb946e9eb6037;hp=19dcdd605cc5e1beb31f3cbf7fe1db2e70c5b7db;hpb=af0a37ff18b1ebb00c531059f3c04224c0913fb8;p=karo-tx-uboot.git diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 19dcdd605c..ca8f2f607d 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -3,10 +3,7 @@ * * Configuration settings for the Freescale i.MX6SL EVK board. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H @@ -73,8 +70,8 @@ "boot_fdt=try\0" \ "ip_dyn=yes\0" \ "mmcdev=0\0" \ - "mmcpart=2\0" \ - "mmcroot=/dev/mmcblk0p3 rootwait rw\0" \ + "mmcpart=1\0" \ + "mmcroot=/dev/mmcblk0p2 rootwait rw\0" \ "mmcargs=setenv bootargs console=${console},${baudrate} " \ "root=${mmcroot}\0" \ "loadbootscript=" \