diff mbox

[U-Boot,1/2] am335x_evm: Define CONFIG_SYS_CACHELINE_SIZE

Message ID 1354174480-5660-2-git-send-email-panto@antoniou-consulting.com
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Pantelis Antoniou Nov. 29, 2012, 7:34 a.m. UTC
drivers/usb/gadget/composite.c requires that this is defined early.

Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
---
 include/configs/am335x_evm.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Marek Vasut Nov. 29, 2012, 6:33 a.m. UTC | #1
Dear Pantelis Antoniou,

> drivers/usb/gadget/composite.c requires that this is defined early.
> 
> Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>

Tom, this is OMAP, I'll leave this set to you, ok?

> ---
>  include/configs/am335x_evm.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
> index ab9549b..6c8b652 100644
> --- a/include/configs/am335x_evm.h
> +++ b/include/configs/am335x_evm.h
> @@ -39,6 +39,8 @@
>  #define CONFIG_SETUP_MEMORY_TAGS
>  #define CONFIG_INITRD_TAG
> 
> +#define CONFIG_SYS_CACHELINE_SIZE       64
> +
>  /* commands to include */
>  #include <config_cmd_default.h>

Best regards,
Marek Vasut
Tom Rini Nov. 29, 2012, 3:54 p.m. UTC | #2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 11/29/12 01:33, Marek Vasut wrote:
> Dear Pantelis Antoniou,
> 
>> drivers/usb/gadget/composite.c requires that this is defined
>> early.
>> 
>> Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
> 
> Tom, this is OMAP, I'll leave this set to you, ok?

Yes, thanks.

Acked-by: Tom Rini <trini@ti.com>

Marek, once the DFU stuff is happy, please take these two parts via
u-boot-usb.

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQIcBAEBAgAGBQJQt4UyAAoJENk4IS6UOR1WeSUP/2HRfZgdELKR62EswlCKBn3b
gAIbCHiVCnfzuNDdf3WAMeSUZZVpA9lEH/0F8VdCmCVddDsWJoj0EJ2jyrzR0NXm
hlnnSpxrWXX94LMDb3pHx9R35emE7JVSwLhKHFoH6xIyUkGaLuQMJw+L0LRxvUNf
TB51Mkw3IIlXFA3aPy9Qz75xQjxnWWkkFi9V7WcCo7mu1IuUxEKPvtPZm1Br7gMK
QXEzO9mlsZH+CGXPO/aqmJK6NI4ogv3XxQ5IlVLdKC6Rn8cddkszC+efXwgGFMF7
Yge1ULv2dg9XGJWsLZrL7rH6gJvCShaYT8lUYeVLdT5yu1aJvHrGztS2uDWOACFz
sonpfk2O941t8IokGnuubEDQ/RTKjomVPLQNhiAVfsvvg4eY6K9rmXhFVBGc0zLM
0dEA90uet+CpHlKW5LBI+Qe8nE7fjYeEKl8/nIS9lTMsv0S/8YQFFFSg2z+l23MY
JkwyBRU5WH/d1IjQqBBrvu+oRgrgls2SqzACq8M+NltAzZUjY/Z0MAeZ/s8W1mdx
X76KOaaqxebLlbMrsnZ8GoXrE7qVUs8nRMieTml6yLyh0ep+GnntPmpmFTFSxKpk
dqV17cAS0SbC3L7MFIJgCq59DVjRa93jwfIpaap8sZJD47VPQdHQPvlF0aHG6c66
yn9KjfnSCdL2N5WaK9wG
=uh9r
-----END PGP SIGNATURE-----
diff mbox

Patch

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index ab9549b..6c8b652 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -39,6 +39,8 @@ 
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
 
+#define CONFIG_SYS_CACHELINE_SIZE       64
+
 /* commands to include */
 #include <config_cmd_default.h>