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

2012-11-29 Thread Tom Rini
-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 pa...@antoniou-consulting.com
 
 Tom, this is OMAP, I'll leave this set to you, ok?

Yes, thanks.

Acked-by: Tom Rini tr...@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-
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-11-28 Thread Pantelis Antoniou
drivers/usb/gadget/composite.c requires that this is defined early.

Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com
---
 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
 
-- 
1.7.12

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2012-11-28 Thread Marek Vasut
Dear Pantelis Antoniou,

 drivers/usb/gadget/composite.c requires that this is defined early.
 
 Signed-off-by: Pantelis Antoniou pa...@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
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot